Projections Blog

Author

David Rios

“Every flat map misrepresents the surface of the Earth in some way.” - U.S. Department of the Interior

Introduction

Hello, welcome to another blog. Today’s topic is Projection.

At the heart of every spatial visualization is a set of locations. One way to describe a location is in terms of coordinates and a coordinate reference system (CRS). There are three main components to a CRS: ellipsoid, datum, and a projection. I’ll be focusing here on the last one, projection, but before we start, here’s a reminder of what those terms mean: 1. The ellipsoid is part of a CRS is a mathematical model giving a smooth approximation to Earth’s shape. 2. The center of the ellipsoid is called a datum. 3. projection is how we transform the Earth 3D dimension into a 2D graph.

How to choose map projections?

There’s a bunch of projections! For the more options refer to this cool pdf about map projections. Here are interesting ones:

Mercator Projection

The one on top is called the Mercator projection from the 1500’s! As you might be guessing, this is good for navigation as we have a standard north and south. The problem? It inflates some regions/areas, like the US.

Lambert Azimuthal Equal-Area Projection

The second one was presented by Lambert in 1772 known as Lambert Azimuthal Equal-Area Projection. It is most Suited for regions extending equally in all directions from center points, such as Asia and Pacific Ocean. The problem? While it correctly represents the territory of each country, it does a bad job with the angles.

Foucaut Projection

Lastly, I pick a funny one called Foucaut Projection or Sinusoidal Equal Area. In this projection, distances are correct along all parallels and the central meridian(s). The problem? Shapes are increasingly distorted away from the central meridian(s) and near the poles.

Question: I feel overwhelm, which one do I pick?

The answer will depend on your project, lol. But the main takeaway here is that you get to choose the projection you want to work with. The most used one, as stated above is the Mercator projection, but that does not mean you have to choose that one, right?

I hope you have fun reading about projection. Thank you for reading this blog post. See you in another post.